3.54 \(\int \frac{\sqrt{a+c x^2}}{d+e x+f x^2} \, dx\)

Optimal. Leaf size=298 \[ -\frac{\sqrt{2 a f^2+c \left (-e \sqrt{e^2-4 d f}-2 d f+e^2\right )} \tanh ^{-1}\left (\frac{2 a f-c x \left (e-\sqrt{e^2-4 d f}\right )}{\sqrt{2} \sqrt{a+c x^2} \sqrt{2 a f^2+c \left (-e \sqrt{e^2-4 d f}-2 d f+e^2\right )}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}+\frac{\sqrt{2 a f^2+c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )} \tanh ^{-1}\left (\frac{2 a f-c x \left (\sqrt{e^2-4 d f}+e\right )}{\sqrt{2} \sqrt{a+c x^2} \sqrt{2 a f^2+c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}+\frac{\sqrt{c} \tanh ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{a+c x^2}}\right )}{f} \]

[Out]

(Sqrt[c]*ArcTanh[(Sqrt[c]*x)/Sqrt[a + c*x^2]])/f - (Sqrt[2*a*f^2 + c*(e^2 - 2*d*f - e*Sqrt[e^2 - 4*d*f])]*ArcT
anh[(2*a*f - c*(e - Sqrt[e^2 - 4*d*f])*x)/(Sqrt[2]*Sqrt[2*a*f^2 + c*(e^2 - 2*d*f - e*Sqrt[e^2 - 4*d*f])]*Sqrt[
a + c*x^2])])/(Sqrt[2]*f*Sqrt[e^2 - 4*d*f]) + (Sqrt[2*a*f^2 + c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*ArcTanh[(
2*a*f - c*(e + Sqrt[e^2 - 4*d*f])*x)/(Sqrt[2]*Sqrt[2*a*f^2 + c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*Sqrt[a + c
*x^2])])/(Sqrt[2]*f*Sqrt[e^2 - 4*d*f])

________________________________________________________________________________________

Rubi [A]  time = 0.375888, antiderivative size = 298, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 5, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.208, Rules used = {991, 217, 206, 1034, 725} \[ -\frac{\sqrt{2 a f^2+c \left (-e \sqrt{e^2-4 d f}-2 d f+e^2\right )} \tanh ^{-1}\left (\frac{2 a f-c x \left (e-\sqrt{e^2-4 d f}\right )}{\sqrt{2} \sqrt{a+c x^2} \sqrt{2 a f^2+c \left (-e \sqrt{e^2-4 d f}-2 d f+e^2\right )}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}+\frac{\sqrt{2 a f^2+c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )} \tanh ^{-1}\left (\frac{2 a f-c x \left (\sqrt{e^2-4 d f}+e\right )}{\sqrt{2} \sqrt{a+c x^2} \sqrt{2 a f^2+c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}+\frac{\sqrt{c} \tanh ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{a+c x^2}}\right )}{f} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + c*x^2]/(d + e*x + f*x^2),x]

[Out]

(Sqrt[c]*ArcTanh[(Sqrt[c]*x)/Sqrt[a + c*x^2]])/f - (Sqrt[2*a*f^2 + c*(e^2 - 2*d*f - e*Sqrt[e^2 - 4*d*f])]*ArcT
anh[(2*a*f - c*(e - Sqrt[e^2 - 4*d*f])*x)/(Sqrt[2]*Sqrt[2*a*f^2 + c*(e^2 - 2*d*f - e*Sqrt[e^2 - 4*d*f])]*Sqrt[
a + c*x^2])])/(Sqrt[2]*f*Sqrt[e^2 - 4*d*f]) + (Sqrt[2*a*f^2 + c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*ArcTanh[(
2*a*f - c*(e + Sqrt[e^2 - 4*d*f])*x)/(Sqrt[2]*Sqrt[2*a*f^2 + c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*Sqrt[a + c
*x^2])])/(Sqrt[2]*f*Sqrt[e^2 - 4*d*f])

Rule 991

Int[Sqrt[(a_) + (c_.)*(x_)^2]/((d_) + (e_.)*(x_) + (f_.)*(x_)^2), x_Symbol] :> Dist[c/f, Int[1/Sqrt[a + c*x^2]
, x], x] - Dist[1/f, Int[(c*d - a*f + c*e*x)/(Sqrt[a + c*x^2]*(d + e*x + f*x^2)), x], x] /; FreeQ[{a, c, d, e,
 f}, x] && NeQ[e^2 - 4*d*f, 0]

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 1034

Int[((g_.) + (h_.)*(x_))/(((a_) + (b_.)*(x_) + (c_.)*(x_)^2)*Sqrt[(d_) + (f_.)*(x_)^2]), x_Symbol] :> With[{q
= Rt[b^2 - 4*a*c, 2]}, Dist[(2*c*g - h*(b - q))/q, Int[1/((b - q + 2*c*x)*Sqrt[d + f*x^2]), x], x] - Dist[(2*c
*g - h*(b + q))/q, Int[1/((b + q + 2*c*x)*Sqrt[d + f*x^2]), x], x]] /; FreeQ[{a, b, c, d, f, g, h}, x] && NeQ[
b^2 - 4*a*c, 0] && PosQ[b^2 - 4*a*c]

Rule 725

Int[1/(((d_) + (e_.)*(x_))*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> -Subst[Int[1/(c*d^2 + a*e^2 - x^2), x], x,
 (a*e - c*d*x)/Sqrt[a + c*x^2]] /; FreeQ[{a, c, d, e}, x]

Rubi steps

\begin{align*} \int \frac{\sqrt{a+c x^2}}{d+e x+f x^2} \, dx &=-\frac{\int \frac{c d-a f+c e x}{\sqrt{a+c x^2} \left (d+e x+f x^2\right )} \, dx}{f}+\frac{c \int \frac{1}{\sqrt{a+c x^2}} \, dx}{f}\\ &=\frac{c \operatorname{Subst}\left (\int \frac{1}{1-c x^2} \, dx,x,\frac{x}{\sqrt{a+c x^2}}\right )}{f}+\frac{\left (2 f (c d-a f)-c e \left (e+\sqrt{e^2-4 d f}\right )\right ) \int \frac{1}{\left (e+\sqrt{e^2-4 d f}+2 f x\right ) \sqrt{a+c x^2}} \, dx}{f \sqrt{e^2-4 d f}}+\frac{\left (2 a f^2+c \left (e^2-2 d f-e \sqrt{e^2-4 d f}\right )\right ) \int \frac{1}{\left (e-\sqrt{e^2-4 d f}+2 f x\right ) \sqrt{a+c x^2}} \, dx}{f \sqrt{e^2-4 d f}}\\ &=\frac{\sqrt{c} \tanh ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{a+c x^2}}\right )}{f}-\frac{\left (2 f (c d-a f)-c e \left (e+\sqrt{e^2-4 d f}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{4 a f^2+c \left (e+\sqrt{e^2-4 d f}\right )^2-x^2} \, dx,x,\frac{2 a f-c \left (e+\sqrt{e^2-4 d f}\right ) x}{\sqrt{a+c x^2}}\right )}{f \sqrt{e^2-4 d f}}-\frac{\left (2 a f^2+c \left (e^2-2 d f-e \sqrt{e^2-4 d f}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{4 a f^2+c \left (e-\sqrt{e^2-4 d f}\right )^2-x^2} \, dx,x,\frac{2 a f-c \left (e-\sqrt{e^2-4 d f}\right ) x}{\sqrt{a+c x^2}}\right )}{f \sqrt{e^2-4 d f}}\\ &=\frac{\sqrt{c} \tanh ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{a+c x^2}}\right )}{f}-\frac{\sqrt{2 a f^2+c \left (e^2-2 d f-e \sqrt{e^2-4 d f}\right )} \tanh ^{-1}\left (\frac{2 a f-c \left (e-\sqrt{e^2-4 d f}\right ) x}{\sqrt{2} \sqrt{2 a f^2+c \left (e^2-2 d f-e \sqrt{e^2-4 d f}\right )} \sqrt{a+c x^2}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}+\frac{\sqrt{2 a f^2+c \left (e^2-2 d f+e \sqrt{e^2-4 d f}\right )} \tanh ^{-1}\left (\frac{2 a f-c \left (e+\sqrt{e^2-4 d f}\right ) x}{\sqrt{2} \sqrt{2 a f^2+c \left (e^2-2 d f+e \sqrt{e^2-4 d f}\right )} \sqrt{a+c x^2}}\right )}{\sqrt{2} f \sqrt{e^2-4 d f}}\\ \end{align*}

Mathematica [A]  time = 0.413816, size = 282, normalized size = 0.95 \[ \frac{-\sqrt{4 a f^2-2 c \left (e \sqrt{e^2-4 d f}+2 d f-e^2\right )} \tanh ^{-1}\left (\frac{2 a f+c x \left (\sqrt{e^2-4 d f}-e\right )}{\sqrt{a+c x^2} \sqrt{4 a f^2-2 c \left (e \sqrt{e^2-4 d f}+2 d f-e^2\right )}}\right )+\sqrt{4 a f^2+2 c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )} \tanh ^{-1}\left (\frac{2 a f-c x \left (\sqrt{e^2-4 d f}+e\right )}{\sqrt{a+c x^2} \sqrt{4 a f^2+2 c \left (e \sqrt{e^2-4 d f}-2 d f+e^2\right )}}\right )+2 \sqrt{c} \sqrt{e^2-4 d f} \tanh ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{a+c x^2}}\right )}{2 f \sqrt{e^2-4 d f}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + c*x^2]/(d + e*x + f*x^2),x]

[Out]

(2*Sqrt[c]*Sqrt[e^2 - 4*d*f]*ArcTanh[(Sqrt[c]*x)/Sqrt[a + c*x^2]] - Sqrt[4*a*f^2 - 2*c*(-e^2 + 2*d*f + e*Sqrt[
e^2 - 4*d*f])]*ArcTanh[(2*a*f + c*(-e + Sqrt[e^2 - 4*d*f])*x)/(Sqrt[4*a*f^2 - 2*c*(-e^2 + 2*d*f + e*Sqrt[e^2 -
 4*d*f])]*Sqrt[a + c*x^2])] + Sqrt[4*a*f^2 + 2*c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*ArcTanh[(2*a*f - c*(e +
Sqrt[e^2 - 4*d*f])*x)/(Sqrt[4*a*f^2 + 2*c*(e^2 - 2*d*f + e*Sqrt[e^2 - 4*d*f])]*Sqrt[a + c*x^2])])/(2*f*Sqrt[e^
2 - 4*d*f])

________________________________________________________________________________________

Maple [B]  time = 0.256, size = 3249, normalized size = 10.9 \begin{align*} \text{output too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2+a)^(1/2)/(f*x^2+e*x+d),x)

[Out]

1/2/(-4*d*f+e^2)^(1/2)*(4*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*
f+e^2)^(1/2))/f)+2*(-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)+1/2*c^(1/2)/f*ln((-1/2*c*(e-(-4*
d*f+e^2)^(1/2))/f+(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)*c)/c^(1/2)+((x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-c*(e-(-4
*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+1/2*(-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^
(1/2))-1/2/(-4*d*f+e^2)^(1/2)*c^(1/2)/f*ln((-1/2*c*(e-(-4*d*f+e^2)^(1/2))/f+(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)*
c)/c^(1/2)+((x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)
+1/2*(-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))*e+1/2/f^2*2^(1/2)/((-(-4*d*f+e^2)^(1/2)*c*e+2
*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln(((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2-c*(e-(-4*d*f+e^2)^(1/
2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2
)*(4*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+2*(-
(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f))*c*e-1/(-4*d*f+e^2
)^(1/2)*2^(1/2)/((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln(((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f
^2-2*c*d*f+c*e^2)/f^2-c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*((-(-4*d*f+e^2)
^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*(4*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e-(-4*d*f+e^2)^(1/2
))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+2*(-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x-1/2*(-
e+(-4*d*f+e^2)^(1/2))/f))*a+1/(-4*d*f+e^2)^(1/2)/f*2^(1/2)/((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^
2)^(1/2)*ln(((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2-c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f
+e^2)^(1/2))/f)+1/2*2^(1/2)*((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*(4*(x-1/2*(-e+(-4*d*f+
e^2)^(1/2))/f)^2*c-4*c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+2*(-(-4*d*f+e^2)^(1/2)*c*e+2
*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f))*c*d-1/2/(-4*d*f+e^2)^(1/2)/f^2*2^(1/2)/((
-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln(((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/
f^2-c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*((-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2
-2*c*d*f+c*e^2)/f^2)^(1/2)*(4*(x-1/2*(-e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e-(-4*d*f+e^2)^(1/2))/f*(x-1/2*(-e+(-
4*d*f+e^2)^(1/2))/f)+2*(-(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x-1/2*(-e+(-4*d*f+e^2)^(1/
2))/f))*c*e^2-1/2/(-4*d*f+e^2)^(1/2)*(4*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1
/2*(e+(-4*d*f+e^2)^(1/2))/f)+2*((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)+1/2/(-4*d*f+e^2)^(1/2
)*c^(1/2)/f*ln((-1/2*c*(e+(-4*d*f+e^2)^(1/2))/f+(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)*c)/c^(1/2)+((x+1/2*(e+(-4*d*f
+e^2)^(1/2))/f)^2*c-c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+1/2*((-4*d*f+e^2)^(1/2)*c*e+2*
a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))*e+1/2*c^(1/2)/f*ln((-1/2*c*(e+(-4*d*f+e^2)^(1/2))/f+(x+1/2*(e+(-4*d*f+e^2)^(1
/2))/f)*c)/c^(1/2)+((x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c-c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/
2))/f)+1/2*((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))+1/2/f^2*2^(1/2)/(((-4*d*f+e^2)^(1/2)*c*e
+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln((((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2-c*(e+(-4*d*f+e^2)^(1
/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*(((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)
*(4*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+2*((-4*
d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f))*c*e+1/(-4*d*f+e^2)^(1/
2)*2^(1/2)/(((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln((((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*
d*f+c*e^2)/f^2-c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*(((-4*d*f+e^2)^(1/2)*c*
e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*(4*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/
2*(e+(-4*d*f+e^2)^(1/2))/f)+2*((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x+1/2*(e+(-4*d*f+e^2
)^(1/2))/f))*a-1/(-4*d*f+e^2)^(1/2)/f*2^(1/2)/(((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln(((
(-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2-c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+
1/2*2^(1/2)*(((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*(4*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c
-4*c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+2*((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2
)/f^2)^(1/2))/(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f))*c*d+1/2/(-4*d*f+e^2)^(1/2)/f^2*2^(1/2)/(((-4*d*f+e^2)^(1/2)*c*
e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2)*ln((((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2-c*(e+(-4*d*f+e^2)^(
1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+1/2*2^(1/2)*(((-4*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2
)*(4*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)^2*c-4*c*(e+(-4*d*f+e^2)^(1/2))/f*(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f)+2*((-4
*d*f+e^2)^(1/2)*c*e+2*a*f^2-2*c*d*f+c*e^2)/f^2)^(1/2))/(x+1/2*(e+(-4*d*f+e^2)^(1/2))/f))*c*e^2

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(1/2)/(f*x^2+e*x+d),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(1/2)/(f*x^2+e*x+d),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{a + c x^{2}}}{d + e x + f x^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2+a)**(1/2)/(f*x**2+e*x+d),x)

[Out]

Integral(sqrt(a + c*x**2)/(d + e*x + f*x**2), x)

________________________________________________________________________________________

Giac [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(1/2)/(f*x^2+e*x+d),x, algorithm="giac")

[Out]

Timed out